From 15131349fd7318c7eaee92a82b24071971750d68 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Wed, 17 Aug 2016 07:11:58 -0600 Subject: [PATCH] fix hang in build_and_test. --- build_and_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_and_test b/build_and_test index ff6286acb..1f3918624 100755 --- a/build_and_test +++ b/build_and_test @@ -11,7 +11,7 @@ fi if [ -e /etc/os-release ]; then cat /etc/os-release fi -git log -n 1 +git --no-pager log -n 1 # the timestamps from a svn co are unpredicatble. # this can cause problems if targets are checked into svn. # some of our targets are part of the svn repository to allow a -- 2.30.2